@charset "utf-8";
/* CSS Document */

.left{ float:left;}

.lxj{ width:100%; overflow:hidden; padding:30px 0; background:#fff;}
.tab{ width:1000px; height:426px; margin:0 auto; overflow:hidden;}
.navigation{ width:110px; padding:0 10px;}
.navigation ul>li{ 
	width:80px; 
	height:80px; 
	border-radius:100%; 
	background:#e2e2e2;
	margin-top:10px; 
	line-height:80px; 
	text-align:center;
	font-size:12px; 
	font-weight:600; 
	margin-left:15px; 
	cursor:pointer;
	transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out; /* Firefox 4 */
	-webkit-transition: all .1s ease-in-out;  /* Safari and Chrome */
	-o-transition: all .1s ease-in-out; /* Opera */}
.navigation ul>li:hover{ 
	background:#466430; 
	color:#FFF;
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transition: scale(1.2);
	 -webkit-transform: scale(1.2);}
.navigation_con{ width:870px; overflow:hidden; position:relative;}
.navigation_con_in{ width:870px; position:absolute;}
.navigation_con_in .tabs{ width:100%; overflow:hidden;}
.navigation_con_in .tabs li{ width:204px; display:block; text-align:center; float:left; margin-right:18px; margin-bottom:25px; line-height:40px;}
.navigation_con_in .tabs li img{ width:204px; height:148px;}
.navigation_con_in .tabs li a{ font-size:14px;}
.navigation_con_in .tabs li:hover{ background:#466430;}
.navigation_con_in .tabs li:hover a{ color:#fff;}
.navigation_con_in .tabs li.block{ margin-right:0;}


.navigation_conindex{ width:870px; height:426px; overflow:hidden; position:relative;}












